Constants for Loop Status Information
QuickDraw GX allows you to loop through the printing-related objects associated with another object. For example, QuickDraw GX allows you to loop through the format objects associated with a job object.To allow you to loop through printing-related objects, QuickDraw GX defines loop status values in the loop status enumeration:
enum { gxStopLooping = false, gxKeepLooping = true }; typedef Boolean gxLoopStatus;Constant descriptions
gxStopLooping
- If returned, QuickDraw GX stops looping through the specified printing-related objects.
gxKeepLooping
- If returned, QuickDraw GX keeps looping through the specified printing-related objects.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help